指令啟動專案


Posted by mijouhsieh on 2023-04-12

npx create-react-app <專案資料夾名稱>react0412
// Success! Created react0412 at 專案路徑
//專案資料夾初始化 產生檔案、資料夾
react-initialized-folder.png
cd <專案資料夾名稱>react0412
npm start
自動開啟browser localhost:3000 React頁面










Related Posts

[BE201] 後端中階:簡單會員註冊系統

[BE201] 後端中階:簡單會員註冊系統

C++筆記 撲克牌問題2

C++筆記 撲克牌問題2

Utilities 通用類別:間隔 Spacing

Utilities 通用類別:間隔 Spacing


Comments